home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993 Robert Davis
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of Version 2, or any later version, of
- * the GNU General Public License as published by the Free Software
- * Foundation.
- */
-
-
- /* $Id: TicOptionsPanel.h,v 1.8 1993/05/04 16:23:10 davis Exp $ */
-
- #import "OptionsPanel.h"
-
- @class Pane;
-
- @interface TicOptionsPanel:OptionsPanel
- {
- id coordButton;
- id coordLabelField;
- id typeButton;
- id typeLabelField;
-
- Pane *autoPane, /* The Panes */
- *seriesPane,
- *userPane,
- *currentPane;
- }
-
- - init;
- - free;
-
- - changeCoord:sender;
- - (int)coord;
- - doSetTicsType:sender;
-
- @end
-
-